home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000137_news@newsmaster….columbia.edu _Fri Jan 30 09:39:42 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA13083
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 30 Jan 1998 09:39:41 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA07395
  7.     for kermit.misc@watsun; Fri, 30 Jan 1998 09:39:40 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Local Printing in Kermit 95
  12. Date: 30 Jan 1998 14:39:40 GMT
  13. Organization: Columbia University
  14. Lines: 40
  15. Message-ID: <6asonc$3ep$1@apakabar.cc.columbia.edu>
  16. References: <6as2jp$5it$1@trog.dra.hmg.gb>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8320
  19.  
  20. In article <6as2jp$5it$1@trog.dra.hmg.gb>,
  21. Doug Pickering <djpickering@dera.gov.uk> wrote:
  22. : Hi,
  23. : I have a slight problem with an application using the local printing
  24. : facility.
  25. : A VMS job allows a user to print a VMS file directly to a laserjet printer
  26. : attached to a users' PC via local printing.  The job starts by switching to
  27. : local printing then sending some initialisation characters to the printer to
  28. : switch it to landscape and change the font.
  29. : The job then starts to print lines of the output to the printer which all
  30. : goes well until after every 100 lines of output the print job is interrupted
  31. : to display how many lines have been processed.
  32. : The effect of the status display is to end the print job and send it
  33. : straight to the printer.  The next portion of the job is then queued as a
  34. : separate job, without the page formatting and often in the middle of the
  35. : page.
  36.  
  37. This very situation is handled in Kermit 95 version 1.1.15.
  38.  
  39. The SET PRINTER command has a set of switches, one of them is the /TIMEOUT
  40. switch.  From the online help:
  41.  
  42. /TIMEOUT[:number]
  43.   Used with host-directed transparent or auto printing, this is the number
  44.   of seconds to wait after the host closes the printer before terminating
  45.   the print job if the printer is not opened again during the specified
  46.   amount of time.
  47.  
  48. Updates to Kermit 95 are available on the Web at 
  49.   http://www.columbia.edu/kermit/k95patch.html
  50.  
  51.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  52.                  The Kermit Project * Columbia University
  53.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  54.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu